home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PCMania 52
/
PCMania CD52_1.iso
/
anima
/
toons
/
start.bat
< prev
next >
Wrap
DOS Batch File
|
1996-06-18
|
562b
|
39 lines
@echo off
:start
cls
type opciones.bin
choice /c1234 /n
if errorlevel==4 goto exit
if errorlevel==3 goto list
if errorlevel==2 goto win
if errorlevel==1 goto dos
goto start
:list
cls
list carta.txt
list avi.txt
list pcmania.txt
goto start
:dos
cls
type dos.bin
choice /c12345 /n
if errorlevel==5 goto start
if errorlevel==4 qv /r3 toons.avi
if errorlevel==3 qv /r2 toons.avi
if errorlevel==2 qv /a /r1 toons.avi
if errorlevel==1 qv /r1 toons.avi
goto dos
:win
cls
win mplayer toons.avi
goto start
:exit
cls
dir *.txt